RadioButtonImageAlignment Property
Specifies which border (start, end) or axis (center) of an image and a text are to be aligned.
The defined values are:
-center: image and text are centered.
-end: image and text are aligned on the end of the image.
-start: image and text are aligned on the start of the image.
If a form:image-align attribute is not present, it is assumed to be center.
The default value for this attribute is center.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public ImageAlignment ImageAlignment { get; set; }
Public Property ImageAlignment As ImageAlignment
Get
Set
Property Value
ImageAlignment